1bashThis demonstrates using the find command to locate files by name (case-insensitive) in a specified directory and its subdirectories.find /path -iname foo.txtexternal toolsfindfile search by name (case-insensitive)